home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15574 < prev    next >
Encoding:
Text File  |  1996-08-05  |  641 b   |  17 lines

  1. Newsgroups: comp.lang.c,comp.lang.c++
  2. Path: netcom.com!russells
  3. From: russells@netcom.com (Russell Salsbury)
  4. Subject: Re: New printf - like function, is it possible?
  5. Message-ID: <russellsDpGH2J.Dpq@netcom.com>
  6. Organization: NETCOM On-line Communication Services (408 261-4700 guest)
  7. References: <4eqb3a$2r5@pan.otol.fi> <311240d2.593861@news.demon.co.uk> <3161918C.72D4@halcyon.com>
  8. Date: Sat, 6 Apr 1996 19:35:07 GMT
  9. Sender: russells@netcom23.netcom.com
  10.  
  11.  
  12. You need vsprintf.  Your compiler docs probably have an example or 
  13. something.  It will let you easily make a printf-like function with a 
  14. variable arg list.
  15.  
  16. Ryan    russells@netcom.com
  17.